hive-react-kit 0.7.3 → 0.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build.css +17 -0
- package/dist/index.cjs.js +14 -14
- package/dist/index.esm.js +189 -180
- package/package.json +1 -1
package/dist/build.css
CHANGED
|
@@ -4042,10 +4042,27 @@
|
|
|
4042
4042
|
display: block;
|
|
4043
4043
|
width: 100%;
|
|
4044
4044
|
height: 100%;
|
|
4045
|
+
aspect-ratio: auto;
|
|
4045
4046
|
border: none;
|
|
4046
4047
|
border-radius: 0.75rem;
|
|
4047
4048
|
margin: 0;
|
|
4048
4049
|
}
|
|
4050
|
+
.hive-post-body .audioWrapper {
|
|
4051
|
+
max-width: 500px;
|
|
4052
|
+
height: 64px;
|
|
4053
|
+
margin: 1rem auto;
|
|
4054
|
+
border-radius: 0.5rem;
|
|
4055
|
+
overflow: hidden;
|
|
4056
|
+
position: relative;
|
|
4057
|
+
}
|
|
4058
|
+
.hive-post-body .audioWrapper iframe {
|
|
4059
|
+
display: block;
|
|
4060
|
+
width: 100%;
|
|
4061
|
+
height: 120px;
|
|
4062
|
+
border: none;
|
|
4063
|
+
margin: 0;
|
|
4064
|
+
aspect-ratio: auto;
|
|
4065
|
+
}
|
|
4049
4066
|
.hive-post-body > :first-child {
|
|
4050
4067
|
margin-top: 0;
|
|
4051
4068
|
}
|